nginx 根据上下文跳转

比如要根据域名中的上下文来跳转到不同的服务环境

test.xxx.com/test1 跳转到 192.168.0.100,

test.xxx.com/test2 跳转到 192.168.0.101,

配置如下:


server {

listen80;

location/ test1/ {

proxy_pass   http://192.168.0.100/;

}

location/ test2/ {

proxy_pass    http://192.168.0.1010/;

}

}



该文章对你有帮助吗,求分享转发: 分享到QQ空间 分享给QQ好友

 

 

粤ICP备19116230号
友情链接: 码农藏书阁 天天链